DataSource for Entity Framework in WPF
C1.LiveLinq Namespace / LiveViewExtensions Class / LiveMin Method / LiveMin(View<Int32>) Method

In This Topic
    LiveMin(View<Int32>) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Shared Function LiveMin( _
       ByVal source As View(Of Integer) _
    ) As AggregationView(Of Integer,Integer)
    public static AggregationView<int,int> LiveMin( 
       View<int> source
    )

    Parameters

    source
    See Also